home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / mu17_ext.zip / LOGIN_PR.H < prev    next >
C/C++ Source or Header  |  1994-03-07  |  367b  |  12 lines

  1. extern void        INITKillButtons(void);        /* setup the kill routines*/
  2. extern void        KillButtons(void);        /* kill the buttons and keyboard*/        
  3. extern void        FINALRestoreButtons(void);    /* restore buttons and shut down.*/
  4. extern void        RestoreButtons(void);        /* restore buttons temporarely*/
  5.  
  6.  
  7. #define MAXPOS    100
  8. #define MAXDISP    22
  9. #define BS    '\b'
  10. #define CR    0xa
  11. #define NL    0xd
  12.